Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Array
1) Actual success in copying an array using concat()
2) Add element to the begin of an array by using Array unshift
3) Append element to the end of an Array by reference the Array length property
4) Append elements to Array by using the index
5) Array concat()
6) Array declaration with element count
7) Array Iteration
8) Array join()
9) Array length
10) Array pop()
11) Array prototype
12) Array push()
13) Array reverse()
14) Array shift()
15) Array slice()
16) Array sort is case sensitive
17) Array sort()
18) Array sort() with custom sorter
19) Array splice()
20) Array String Indexes
21) Array toSource()
22) Array toString()
23) Array unshift()
24) Array unshift() returns new length
25) Array valueOf()
26) Arrays as Objects
27) Arrays Constructor
28) Assign undefined value to an array element
29) Case-insensitive comparison
30) Create an array using the Object() constructor
31) Creating an Array and Accessing Its Elements
32) Define two arrays and use for statement to ouput their values
33) Delete an array element
34) Get Array length
35) Get the last element in an Array
36) Initialize a string array during declaration and check the array size
37) Integer Array Declaration with initialization
38) Join elements in an array
39) Length Automatically Updates
40) Methods Available in the Array Object
41) Multi-dimensional array
42) Output all array element with document write
43) Output array element in a HTML table format
44) Paralled array
45) Pass an array to a function
46) Properties and Methods Used by the Array Object
47) Push form value to a stack
48) Reference array element by random index value
49) Reference array value by index
50) Remove elements from array by changing the array length
51) Return an array from a function
52) Reverse the elements in an Array
53) Seeming success in copying an array
54) Separating an Array
55) Slice an array
56) Sort a string array
57) Store strings in array
58) Two dimensional array toString
59) Two-dimensional array work around
60) Use Array as a stack
61) Use Array pop() to return last element in an array
62) Use Array shift to remove the first element from an array
63) Use array valueOf with a two dimensional array
64) Use Arrays Constructor
65) Use document write to output the array content
66) Use for each loop to assign array element value
67) Use for each loop to change the array element value
68) Use for loop to initialize an array
69) Use string as the array indexer
70) Use variable as the array index
71) Using an alphabetical sort() method on strings
72) Using concat() method to combine two arrays
73) Using contains method from zArray Library
74) Using every method from zArray Library
75) Using filter method from zArray Library
76) Using forEach method from zArray Library
77) Using forEach method zArray Library 2
78) Using indexOf method from zArray Library
79) Using indexOf method from zArray Library 2
80) Using insertBefore method from zArray Library
81) Using lastIndexOf method from zArray Library 2
82) Using lastIndexOf zArray Library
83) Using map method from zArray Library
84) Using map method from zArray Library 2
85) Using pop method from zArray Library
86) Using push method from zArray Library
87) Using remove method from zArray Library
88) Using removeAt method from zArray Library
89) Using shift method from zArray Library
90) Using slice method from zArray Library
91) Using some method from zArray Library
92) Using splice method from zArray Library
93) Using splice method from zArray Library 2
94) Using sum method from zArray Library
95) Using sum method from zArray Library 2
96) Using sum method from zArray Library 3
97) Using the sort() method on numbers and strings
98) Using the sort() method on numbers and strings with custom sorter
99) Using the splice() method of the Array object
100) Using the splice() method to insert elements
101) Using the splice() method to replace elements
102) Using unshift method from zArray Library
103) Using zArray Library to clone array